Welcome![Sign In][Sign Up]
Location:
Search - salesman annealing

Search list

[AI-NN-PRfor TSP(Matlab)

Description: 模拟退火算法用于求解旅行商问题的matlab源程序-simulated annealing algorithm for solving the traveling salesman problem Matlab source
Platform: | Size: 5120 | Author: 黄大东 | Hits:

[AI-NN-PR模拟退火

Description: 本程序用模拟退火算法实现了旅行商问题(tsp问题)-the procedures used simulated annealing algorithm to achieve the traveling salesman problem (tsp)
Platform: | Size: 2048 | Author: 叶靥 | Hits:

[JSP/JavaTSPNEW

Description: 经典的货郎担问题解决办法,采用了模拟退火算法,结构非常清楚,速度很快!-classic traveling salesman problem solution, using simulated annealing, the structure is very clear, very fast!
Platform: | Size: 1437696 | Author: 红红 | Hits:

[AI-NN-PRSimulatedAnnealing(TSP)CSHARP

Description: 运用c#语言实现模拟退火算法,同时利用该算法解决旅行商(TSP)问题,获得遍历所有城市序号的最优路径。-use c# language simulated annealing, while using the algorithm to solve traveling salesman (TSP). access to the serial numbers of all the cities traverse the optimal path.
Platform: | Size: 131072 | Author: linvg | Hits:

[AI-NN-PRSA_TSA

Description: 利用模拟退火算法解决旅行商问题的java原码-using simulated annealing algorithm to solve the traveling salesman problem java original code
Platform: | Size: 9216 | Author: 祖超 | Hits:

[matlabTSP(lvxingshangwenti)

Description: 模拟退火求解TSP旅行商问题,有全部的matlab源代码。并且有帮助文件。-Simulated Annealing for Solving Traveling Salesman Problem TSP, has all of matlab source code. And have help files.
Platform: | Size: 8192 | Author: 张云 | Hits:

[AI-NN-PRtsp

Description: 用模拟退火算法解决旅行商问题,算法较简单-Using simulated annealing algorithm to solve traveling salesman problem, relatively simple algorithms
Platform: | Size: 865280 | Author: 张云鹏 | Hits:

[AI-NN-PRtsp

Description: 用经典算法--模拟退火算法求解经典问题旅行商(Travel Sales Problem)问题。-With the classic algorithm- simulated annealing algorithm to solve the classic traveling salesman problem (Travel Sales Problem) problem.
Platform: | Size: 7168 | Author: 张清国 | Hits:

[AI-NN-PRsa_tsp

Description: 模拟退火求解TSP问题,代码用MATLAB编写的-Simulated Annealing to solve TSP problems, code written with MATLAB
Platform: | Size: 1024 | Author: TL | Hits:

[AI-NN-PRTSP

Description: 模拟退火算法解决旅行商问题,从文件读入城市信息-Simulated annealing algorithm to solve traveling salesman problem, reading from the file information into the city
Platform: | Size: 7168 | Author: 肖佩瑶 | Hits:

[AI-NN-PRtsp

Description: 利用模拟退火算法解决旅行商问题,共二十个城市,选择最优路径-The use of simulated annealing algorithm to solve traveling salesman problem
Platform: | Size: 55296 | Author: wujian | Hits:

[AI-NN-PRSAA-MATLAB

Description: 模拟退火算法的MATLAB实例,包含图作色,旅行商等多个问题的例子。-Simulated annealing algorithm of MATLAB examples, including Fig作色, traveling salesman problem, and many other examples.
Platform: | Size: 14336 | Author: boy | Hits:

[matlabSA-TSP-Matlab

Description: 一篇关于模拟退火算法解决TSP问题的MATLAB代码,拿来分享,欢迎讨论-On a simulated annealing algorithm to solve TSP problem of MATLAB code, used to share, please discuss
Platform: | Size: 9216 | Author: Allen | Hits:

[AI-NN-PRAnnealing

Description: 使用模拟退火算法解决旅行商问题,输入为城市之间距离的描述,输出为城市之间的路径-The use of simulated annealing algorithm to solve the traveling salesman problem, enter a description of the distance between cities, the output path between cities
Platform: | Size: 6144 | Author: lss | Hits:

[Othermatlab_simulated-annealing-algorithm

Description: 模拟退火算法 简单清晰 他是一种求解旅行商问题的高效算法,适合大家研究,欢迎改进,指正。-It is a simulated annealing algorithm.He is an efficient algorithm is used for solving the traveling salesman problem
Platform: | Size: 4096 | Author: Wang Hao | Hits:

[AlgorithmSimulated-annealing

Description: 模拟退火算法,解决城市间的旅行商路线的问题。-Simulated annealing algorithm to solve the traveling salesman problem of inter-city routes.
Platform: | Size: 1075200 | Author: 海明 | Hits:

[matlabSIMULATED-ANNEALING-

Description: 这是一个关于商人visit许多城市,怎样走法才能使距离最短的例子,采样的了退火算法的经典案例-Traveling Salesman Problem (TSP) has been an interesting problem for a l me in classical optimization techniques which are based on linear and nonlin ogramming. TSP can be described as follows: Given a numberof cities to v d their distances from all other cities know, an optimal travel route has to und so that each city is visited one and only once with the least possible dista aveled. This is a simple problem with handful of cities but becomes complica the number increases.
Platform: | Size: 501760 | Author: 罗佳婷 | Hits:

[source in ebooksimulated-annealing

Description: 智能优化算法—模拟退火算法解旅行商路径最短-Intelligent optimization algorithm- simulated annealing algorithm for solving the traveling salesman shortest path
Platform: | Size: 2804736 | Author: 王皓 | Hits:

[AI-NN-PRAnnealing-algorithm

Description: 使用模拟退火选择路径问题,例如一个旅行商问题,给定N个城市,有一个推销员必须遍访这N个城市,而且每个城市只能访问一次最后回到出发的那个城市,要求安排合理的访问顺序,以实现访问路线最短的目标。-Select the path using the simulated annealing problems, such as a traveling salesman problem, given N cities, a salesman must have visited this N cities, and each city can only be accessed once the final return to the starting of the city, it requires reasonable arrangements the access order to achieve the shortest access route target.
Platform: | Size: 649216 | Author: 刘同学 | Hits:

[matlabSimulated Annealing

Description: Simulated annealing implementation for travelling salesman problem
Platform: | Size: 56320 | Author: prateek22 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net